Spread Windows Forms 15.0
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Commands Namespace / TableStyleCommand Class / TableStyleCommand Constructor / TableStyleCommand Constructor(Workbook,String,Dictionary<TableStyleElementType,Tuple<StyleFormat,Int32>>,Boolean,Boolean,String)


In This Topic
    TableStyleCommand Constructor(Workbook,String,Dictionary<TableStyleElementType,Tuple<StyleFormat,Int32>>,Boolean,Boolean,String)
    In This Topic
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal workbook As Workbook, _
       ByVal tableStyleName As String, _
       ByVal tableStyleElements As Dictionary(Of TableStyleElementType,Tuple(Of StyleFormat,Integer)), _
       ByVal add As Boolean, _
       Optional ByVal isDefaultTableStyle As Boolean, _
       Optional ByVal newName As String _
    )
    'Usage
     
    
    Dim workbook As Workbook
    Dim tableStyleName As String
    Dim tableStyleElements As Dictionary(Of TableStyleElementType,Tuple(Of StyleFormat,Integer))
    Dim add As Boolean
    Dim isDefaultTableStyle As Boolean
    Dim newName As String
     
    Dim instance As New TableStyleCommand(workbook, tableStyleName, tableStyleElements, add, isDefaultTableStyle, newName)

    Parameters

    workbook
    tableStyleName
    tableStyleElements
    add
    isDefaultTableStyle
    newName
    See Also